home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11.lha / HBBS / Commands / All_Levels next >
Text File  |  1996-11-05  |  2KB  |  88 lines

  1. ; $HBBS
  2. ; all user commands for all access levels go here, note that if a user
  3. ; command is specified in a Level_XX file the same or lower than a users
  4. ; access level then that door will be used instead of the ones in here...
  5. ;
  6. ; door options take the format
  7. ;
  8. ; <commandname>_Type_1=HBBS
  9. ; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS
  10. ; <commandname>_Param_1=TEST
  11. ; <commandname>_Debug_1=YES|NO
  12. ;
  13. ; where <commandname> is what the user types in at the command prompt
  14. ; command name MUST NOT have any nonprintable characters in it as well
  15. ; as spaces, and preferably no High Ascii....
  16. ; <doordir> is where the door is located
  17. ; <doorprogram> is the filename of the door program.
  18. ;
  19. ; also note that parameters typed by the user are supplied to the door AFTER
  20. ; the parameters speceficed in the _Param_ setting, eg. say you had a door
  21. ; setup as follows
  22. ;
  23. ; D_Type_1=HBBS
  24. ; D_Door_1=HBBS:Doors/Download.HBBS
  25. ; D_Param_1=IGNORE_WILDSTAR
  26. ;
  27. ; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
  28. ; run would be "HBBS:Doors/Download.HBBS 1 fred.zip"
  29. ; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
  30. ; get it ?
  31.  
  32. X_Type_1=HBBS
  33. X_Door_1=HBBS:Doors/User/Expert/Expert.HBBS {N} {O}
  34.  
  35. S_Type_1=HBBS
  36. S_Door_1=HBBS:Doors/User/Stats/Stats.HBBS {N} {O}
  37.  
  38. G_Type_1=HBBS
  39. G_Door_1=HBBS:Doors/User/LogOut/LogOut.HBBS {N} {O}
  40.  
  41. ; *** Conference Doors ***
  42.  
  43. E_Type_1=HBBS
  44. E_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} {O}
  45.  
  46. EC_Type_1=HBBS
  47. EC_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} {O}
  48. EC_Param_1=CONFERENCE
  49.  
  50. C_Type_1=HBBS
  51. C_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} S {O}
  52. ;C_Param_1=COMMENT
  53. ; Not needed now cos you can use the S between the {N} and the {O} above..
  54.  
  55. U_Type_1=HBBS
  56. U_Door_1=HBBS:Doors/User/Upload/Upload.HBBS {N} {O}
  57. U_Type_2=SSCREEN
  58. U_Door_2=QuickStats
  59.  
  60. ;T_Type_1=CLI
  61. ;T_Door_1=Execute HBBS:Doors/User/Time/Time.SCRIPT
  62. ;T_Type_2=Screen
  63. ;T_Door_2=T:Time
  64.  
  65. T_Type_1=HBBS
  66. T_Door_1=HBBS:Doors/User/Time/Time.HBBS {N} {O}
  67. ;T_Debug_1=YES
  68.  
  69. CLS_type_1=CLS
  70. CLS_door_1=CLS
  71.  
  72. ;Defined in Level_50
  73. ;W_Type_1=HBBS
  74. ;W_Door_1=HBBS:Doors/User/UserSettings/UserSettings.HBBS {N} {O}
  75.  
  76. SL_Type_1=HBBS
  77. SL_Door_1=HBBS:Doors/System/SelectLanguage/SelectLanguage.HBBS {N} {O}
  78.  
  79. LPS_Type_1=HBBS
  80. LPS_Door_1=HBBS:Doors/System/LinesPerScreen/LinesPerScreen.HBBS {N} {O}
  81.  
  82. O_Type_1=HBBS
  83. O_Door_1=HBBS:Doors/User/Pager/Pager.HBBS {N} {O}
  84.  
  85. SENT_Type_1=HBBS
  86. SENT_Door_1=HBBS:Doors/User/AskSentBy/AskSentBy.HBBS {N} {O}
  87.  
  88.